CommonEvent 1653
Name = "会話：ドラゴンゾンビ娘"

  999([1344])
  ConditionalBranch([1, 20, 0, 1, 0])
    JumpToLabel(["情報"])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 20, 0, 2, 0])
    JumpToLabel(["質問"])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 20, 0, 3, 0])
    JumpToLabel(["要求"])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 20, 0, 4, 0])
    JumpToLabel(["贈与"])
    Empty([])

  BranchEnd([])
  Label(["情報"])
  ControlVariables([13, 13, 0, 2, 1, 100])
  ConditionalBranch([1, 13, 0, 10, 2])
    ShowTextAttributes(["dragonzonbe_fc1", 0, 0, 2])
    ShowText(["\\n<Dragon Zombie Girl>"])
    ShowText(["Don't think I'm weaker than a living dragon."])
    ShowText(["My strength and stamina have significantly improved!"])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 20, 2])
    ShowTextAttributes(["dragonzonbe_fc1", 0, 0, 2])
    ShowText(["\\n<Dragon Zombie Girl>"])
    ShowText(["The organs that appear to be female are capable of external digestion..."])
    ShowText(["Being embraced by this is quite pleasant for digestion."])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 30, 2])
    ShowTextAttributes(["dragonzonbe_fc1", 0, 0, 2])
    ShowText(["\\n<Dragon Zombie Girl>"])
    ShowText(["Since becoming a zombie, I find male essence even more delicious."])
    ShowText(["Give me your essence too...!"])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 40, 2])
    ShowTextAttributes(["dragonzonbe_fc1", 0, 0, 2])
    ShowText(["\\n<Dragon Zombie Girl>"])
    ShowText(["I have received orders to eliminate anyone who intrudes here."])
    ShowText(["I bear no grudge, but you will die...!"])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 50, 2])
    ShowTextAttributes(["dragonzonbe_fc1", 0, 0, 2])
    ShowText(["\\n<Dragon Zombie Girl>"])
    ShowText(["Since becoming a zombie, my appetite has increased..."])
    ShowText(["Yet, all I find here is terrible food..."])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 60, 2])
    ShowTextAttributes(["dragonzonbe_fc1", 0, 0, 2])
    ShowText(["\\n<Dragon Zombie Girl>"])
    ShowText(["The dead here have been given the role of guards."])
    ShowText(["Due to the covenant upon revival, I cannot defy orders..."])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 70, 2])
    ShowTextAttributes(["dragonzonbe_fc1", 0, 0, 2])
    ShowText(["\\n<Dragon Zombie Girl>"])
    ShowText(["While overpowering and violating men is good..."])
    ShowText(["Luring with a female body as bait is also quite enjoyable."])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 80, 2])
    ShowTextAttributes(["dragonzonbe_fc1", 0, 0, 2])
    ShowText(["\\n<Dragon Zombie Girl>"])
    ShowText(["With my dark breath, disappear into dust...!"])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 90, 2])
    ShowTextAttributes(["dragonzonbe_fc1", 0, 0, 2])
    ShowText(["\\n<Dragon Zombie Girl>"])
    ShowText(["I am cooperating with this so-called research."])
    ShowText(["Because good bait comes out..."])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 100, 2])
    ShowTextAttributes(["dragonzonbe_fc1", 0, 0, 2])
    ShowText(["\\n<Dragon Zombie Girl>"])
    ShowText(["Dying was annoying, but I'm glad the corpse remains."])
    ShowText(["If I had messed up, I might have become a ghost dragon..."])
    ShowTextAttributes(["dragonzonbe_fc1", 0, 0, 2])
    ShowText(["\\n<Dragon Zombie Girl>"])
    ShowText(["...It's not so bad unexpectedly."])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  Label(["質問"])
  ControlVariables([13, 13, 0, 2, 1, 50])
  ConditionalBranch([1, 13, 0, 10, 2])
    ShowTextAttributes(["dragonzonbe_fc1", 0, 0, 2])
    ShowText(["\\n<Dragon Zombie Girl>"])
    ShowText(["I do not remember why I died..."])
    ShowText(["What exactly was the cause of death?"])
    ShowChoices([["Lost in battle", "Died of illness", "Natural lifespan", "Food poisoning"], 0])
    When([0, "戦いで負けた"])
      ShowTextAttributes(["dragonzonbe_fc1", 0, 0, 2])
      ShowText(["\\n<Dragon Zombie Girl>"])
      ShowText(["If I could die in battle, that would be happiness..."])
      ShowText(["I wanted to win if I could, though."])
      Script(["change_friend(5)"])
      Empty([])

    When([1, "病死"])
      ShowTextAttributes(["dragonzonbe_fc1", 2, 0, 2])
      ShowText(["\\n<Dragon Zombie Girl>"])
      ShowText(["Not being able to die in battle is regretful..."])
      Empty([])

    When([2, "寿命"])
      ShowTextAttributes(["dragonzonbe_fc1", 2, 0, 2])
      ShowText(["\\n<Dragon Zombie Girl>"])
      ShowText(["Not being able to die in battle is regretful..."])
      Empty([])

    When([3, "食あたり"])
      ShowTextAttributes(["dragonzonbe_fc1", 2, 0, 2])
      ShowText(["\\n<Dragon Zombie Girl>"])
      ShowText(["How pathetic..."])
      ShowText(["It's definitely a lie..."])
      Script(["change_friend(-5)"])
      Empty([])

    ChoicesEnd([])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 20, 2])
    ShowTextAttributes(["dragonzonbe_fc1", 0, 0, 2])
    ShowText(["\\n<Dragon Zombie Girl>"])
    ShowText(["You... do you think you can defeat me, a dragon?"])
    ShowChoices([["Can win", "Lose", "I'm a dragon too"], 0])
    When([0, "勝てる"])
      ShowTextAttributes(["dragonzonbe_fc1", 0, 0, 2])
      ShowText(["\\n<Dragon Zombie Girl>"])
      ShowText(["Oh, quite the confidence... I like it!"])
      Script(["change_friend(5)"])
      Empty([])

    When([1, "負ける"])
      ShowTextAttributes(["dragonzonbe_fc1", 2, 0, 2])
      ShowText(["\\n<Dragon Zombie Girl>"])
      ShowText(["Don't accept defeat so easily! How pathetic!!"])
      Script(["change_friend(-5)"])
      Empty([])

    When([2, "僕もドラゴンだ"])
      ShowTextAttributes(["dragonzonbe_fc1", 2, 0, 2])
      ShowText(["\\n<Dragon Zombie Girl>"])
      ShowText(["W-What did you say...!? You were a fellow being!!"])
      Script(["change_friend(10)"])
      Empty([])

    ChoicesEnd([])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 30, 2])
    ShowTextAttributes(["dragonzonbe_fc1", 0, 0, 2])
    ShowText(["\\n<Dragon Zombie Girl>"])
    ShowText(["You... do you like fishing?"])
    ShowChoices([["Like", "Dislike", "This is also fishing"], 0])
    When([0, "好き"])
      ShowTextAttributes(["dragonzonbe_fc1", 0, 0, 2])
      ShowText(["\\n<Dragon Zombie Girl>"])
      ShowText(["I also like it... though I don't fish for fish."])
      Script(["change_friend(5)"])
      Empty([])

    When([1, "嫌い"])
      ShowTextAttributes(["dragonzonbe_fc1", 0, 0, 2])
      ShowText(["\\n<Dragon Zombie Girl>"])
      ShowText(["I see... I asked a boring question."])
      Empty([])

    When([2, "これも釣りだ"])
      ShowTextAttributes(["dragonzonbe_fc1", 2, 0, 2])
      ShowText(["\\n<Dragon Zombie Girl>"])
      ShowText(["Wha, was I already caught..."])
      ShowText(["Your fishing skills are impressive!!"])
      Script(["change_friend(10)"])
      Empty([])

    ChoicesEnd([])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 40, 2])
    ShowTextAttributes(["dragonzonbe_fc1", 0, 0, 2])
    ShowText(["\\n<Dragon Zombie Girl>"])
    ShowText(["Eat meat... are you eating meat?"])
    ShowChoices([["Eating", "Not eating", "I'll eat your flesh"], 0])
    When([0, "食べている"])
      ShowTextAttributes(["dragonzonbe_fc1", 0, 0, 2])
      ShowText(["\\n<Dragon Zombie Girl>"])
      ShowText(["I see, then that's good!"])
      Script(["change_friend(5)"])
      Empty([])

    When([1, "食べていない"])
      ShowTextAttributes(["dragonzonbe_fc1", 0, 0, 2])
      ShowText(["\\n<Dragon Zombie Girl>"])
      ShowText(["Then, eat more meat!"])
      Empty([])

    When([2, "お前の肉を食べてやる"])
      ShowTextAttributes(["dragonzonbe_fc1", 0, 0, 2])
      ShowText(["\\n<Dragon Zombie Girl>"])
      ShowText(["That enthusiasm is commendable, but you should stop..."])
      ShowText(["My meat is rotten."])
      Empty([])

    ChoicesEnd([])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 50, 2])
    ShowTextAttributes(["dragonzonbe_fc1", 0, 0, 2])
    ShowText(["\\n<Dragon Zombie Girl>"])
    ShowText(["In this world..."])
    ShowText(["Is everywhere becoming mechanized like this facility?"])
    ShowChoices([["That's right", "No", "Both you and I are machines"], 0])
    When([0, "そうだ"])
      ShowTextAttributes(["dragonzonbe_fc1", 2, 0, 2])
      ShowText(["\\n<Dragon Zombie Girl>"])
      ShowText(["What a strange era it has become..."])
      Empty([])

    When([1, "違う"])
      ShowTextAttributes(["dragonzonbe_fc1", 0, 0, 2])
      ShowText(["\\n<Dragon Zombie Girl>"])
      ShowText(["I see, I am relieved..."])
      ShowText(["This place is the only special one, isn't it?"])
      Script(["change_friend(5)"])
      Empty([])

    When([2, "僕もお前も機械だ"])
      ShowTextAttributes(["dragonzonbe_fc1", 2, 0, 2])
      ShowText(["\\n<Dragon Zombie Girl>"])
      ShowText(["What!? Is the world coming to such a point...?"])
      Empty([])

    ChoicesEnd([])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  Label(["要求"])
  ControlVariables([13, 13, 0, 2, 1, 30])
  ConditionalBranch([1, 13, 0, 10, 2])
    ConditionalBranch([8, 7])
      ShowTextAttributes(["dragonzonbe_fc1", 0, 0, 2])
      ShowText(["\\n<Dragon Zombie Girl>"])
      ShowText(["Shall I get fired up...?"])
      ShowText(["Could you give me a boost drink?"])
      ControlVariables([24, 24, 0, 3, 0, 7, 0])
      ShowTextAttributes(["", 0, 0, 2])
      ShowText(["Would you like to give 'Boost Drink'? (Quantity: \\V[24])"])
      ShowChoices([["Yes", "No"], 2])
      When([0, "はい"])
        ShowTextAttributes(["dragonzonbe_fc1", 0, 0, 2])
        ShowText(["\\n<Dragon Zombie Girl>"])
        ShowText(["Oh, quite generous, aren't you..."])
        ChangeItems([7, 1, 0, 1])
        Script(["change_friend(20)"])
        ExitEventProcessing([])
        Empty([])

      When([1, "いいえ"])
        ShowTextAttributes(["dragonzonbe_fc1", 0, 0, 2])
        ShowText(["\\n<Dragon Zombie Girl>"])
        ShowText(["I see... well, it can't be helped."])
        ExitEventProcessing([])
        Empty([])

      ChoicesEnd([])
      Empty([])

    Else([])
      ControlVariables([13, 13, 0, 0, 20])
      Empty([])

    BranchEnd([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 20, 2])
    ConditionalBranch([8, 329])
      ShowTextAttributes(["dragonzonbe_fc1", 0, 0, 2])
      ShowText(["\\n<Dragon Zombie Girl>"])
      ShowText(["I'm hungry..."])
      ShowText(["Could you give me some meat?"])
      ControlVariables([24, 24, 0, 3, 0, 329, 0])
      ShowTextAttributes(["", 0, 0, 2])
      ShowText(["Will you give the 'Meat'? (Possession: \\V[24])"])
      ShowChoices([["Yes", "No"], 2])
      When([0, "はい"])
        ShowTextAttributes(["dragonzonbe_fc1", 0, 0, 2])
        ShowText(["\\n<Dragon Zombie Girl>"])
        ShowText(["Oh, quite generous, aren't you..."])
        ChangeItems([329, 1, 0, 1])
        Script(["change_friend(30)"])
        ExitEventProcessing([])
        Empty([])

      When([1, "いいえ"])
        ShowTextAttributes(["dragonzonbe_fc1", 0, 0, 2])
        ShowText(["\\n<Dragon Zombie Girl>"])
        ShowText(["I see... well, it can't be helped."])
        ExitEventProcessing([])
        Empty([])

      ChoicesEnd([])
      Empty([])

    Else([])
      ControlVariables([13, 13, 0, 0, 30])
      Empty([])

    BranchEnd([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 30, 2])
    ConditionalBranch([7, 27000, 0])
      ShowTextAttributes(["dragonzonbe_fc1", 0, 0, 2])
      ShowText(["\\n<Dragon Zombie Girl>"])
      ShowText(["Shall we indulge tonight...?"])
      ShowText(["Could you give me some money?"])
      ControlVariables([24, 24, 0, 3, 7, 2, 0])
      ShowTextAttributes(["", 0, 0, 2])
      ShowText(["Would you like to give 27000G? (Possession: \\V[24])"])
      ShowChoices([["Yes", "No"], 2])
      When([0, "はい"])
        ShowTextAttributes(["dragonzonbe_fc1", 0, 0, 2])
        ShowText(["\\n<Dragon Zombie Girl>"])
        ShowText(["Oh, quite generous, aren't you..."])
        ChangeGold([1, 0, 27000])
        Script(["change_friend(25)"])
        ExitEventProcessing([])
        Empty([])

      When([1, "いいえ"])
        ShowTextAttributes(["dragonzonbe_fc1", 0, 0, 2])
        ShowText(["\\n<Dragon Zombie Girl>"])
        ShowText(["I see... well, it can't be helped."])
        ExitEventProcessing([])
        Empty([])

      ChoicesEnd([])
      Empty([])

    Else([])
      ShowTextAttributes(["dragonzonbe_fc1", 0, 0, 2])
      ShowText(["\\n<Dragon Zombie Girl>"])
      ShowText(["I thought so, but you have no money...?"])
      ExitEventProcessing([])
      Empty([])

    BranchEnd([])
    Empty([])

  BranchEnd([])
  Label(["贈与"])
  ControlVariables([13, 13, 0, 2, 1, 30])
  ConditionalBranch([1, 25, 0, 1, 0])
    ControlVariables([13, 13, 0, 0, 30])
    ControlVariables([25, 25, 0, 0, 0])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 25, 0, 2, 0])
    ControlVariables([13, 13, 0, 2, 1, 20])
    ControlVariables([25, 25, 0, 0, 0])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 10, 2])
    ShowTextAttributes(["dragonzonbe_fc1", 0, 0, 2])
    ShowText(["\\n<Dragon Zombie Girl>"])
    ShowText(["I like it... take this."])
    PlaySE(["RPG::SE(@name=\"Item1\", @pitch=100, @volume=80)"])
    ChangeItems([386, 0, 0, 1])
    ShowTextAttributes(["", 0, 0, 2])
    ShowText(["Received 'Roast Chicken' from Dragon Zombie Girl!"])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 20, 2])
    ShowTextAttributes(["dragonzonbe_fc1", 0, 0, 2])
    ShowText(["\\n<Dragon Zombie Girl>"])
    ShowText(["I like it... take this."])
    PlaySE(["RPG::SE(@name=\"Item1\", @pitch=100, @volume=80)"])
    ChangeItems([4053, 0, 0, 1])
    ShowTextAttributes(["", 0, 0, 2])
    ShowText(["Received 'Great Gem for Dragons' from Dragon Zombie Girl!"])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 30, 2])
    ShowTextAttributes(["dragonzonbe_fc1", 0, 0, 2])
    ShowText(["\\n<Dragon Zombie Girl>"])
    ShowText(["I like it... take this."])
    PlaySE(["RPG::SE(@name=\"Item1\", @pitch=100, @volume=80)"])
    ChangeGold([0, 0, 45000])
    ShowTextAttributes(["", 0, 0, 2])
    ShowText(["Received 45000G from Dragon Zombie Girl!"])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  Empty([])
